home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 February / february_2000.iso / site building / GoLive 4.0 Tryout / data1.cab / Apps / Modules / JScripts / Actions / Variables / Set Variable.action < prev    next >
Encoding:
Text File  |  1999-08-05  |  2.9 KB  |  72 lines

  1. <html>
  2.  
  3.     <head>
  4.         <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
  5.         <meta name="generator" content="Adobe GoLive 4">
  6.         <title>Set Variable Action</title>
  7.     </head>
  8.  
  9.     <body bgcolor="white">
  10.         <center>
  11.             <font size="6">Set Variable Action</font><font>
  12.             <hr>
  13.             </font></center>
  14.         <p>
  15.         <csactionclass name="Set Variable" function="CSSetState" nsversion="3" ieversion="4" var="yes"> </p>
  16.         <p>
  17.         <csactionparam name="statevar" type="GLActionStateValueParam"></p>
  18.         <p></csactionclass>
  19.          </p>
  20.         <p>
  21.         <script language="JavaScript1.2" cyberversion="N1.2" src="../../ActionScripts/State.scpt"><!--
  22. CSStateArray = new Array;
  23. function CSSetState(action)
  24. {
  25.     CSStateArray[action[1]] = action[2];
  26. }
  27. // -->
  28.         </script>
  29.          </p>
  30.         <p>
  31.         <table cool width="253" height="140" border="0" cellpadding="0" cellspacing="0" gridx="16" showgridx gridy="16" showgridy bgcolor="#eeeeee">
  32.             <tr height="1" cntrlrow>
  33.                 <td width="1" height="1"><spacer type="block" width="1" height="1"></td>
  34.                 <td width="10" height="1"><spacer type="block" width="10" height="1"></td>
  35.                 <td width="59" height="1"><spacer type="block" width="59" height="1"></td>
  36.                 <td width="181" height="1"><spacer type="block" width="181" height="1"></td>
  37.             </tr>
  38.             <tr height="3">
  39.                 <td width="1" height="3"><spacer type="block" width="1" height="3"></td>
  40.                 <td width="10" height="3"><spacer type="block" width="10" height="3"></td>
  41.                 <td width="59" height="3"><spacer type="block" width="59" height="3"></td>
  42.                 <td width="181" height="3"><spacer type="block" width="181" height="3"></td>
  43.             </tr>
  44.             <tr height="2">
  45.                 <td width="1" height="2"><spacer type="block" width="1" height="2"></td>
  46.                 <td width="10" height="2"><spacer type="block" width="10" height="2"></td>
  47.                 <td width="59" height="2"><spacer type="block" width="59" height="2"></td>
  48.                 <td width="181" height="134" colspan="1" rowspan="3" valign="top" align="left" xpos="69">
  49.                     <csactioncntrl name="statevar" x="69" y="3" width="172" height="127" alignx="scale" aligny="top">
  50.                 </td>
  51.             </tr>
  52.             <tr height="28">
  53.                 <td width="1" height="28"><spacer type="block" width="1" height="28"></td>
  54.                 <td width="10" height="28"><spacer type="block" width="10" height="28"></td>
  55.                 <td width="59" height="28" colspan="1" rowspan="1" valign="top" align="left" xpos="10">
  56.                     <csactioncntrl type="StaticText" value="Variable" x="10" y="5" width="51" height="16" alignx="left" aligny="top">
  57.                 </td>
  58.             </tr>
  59.             <tr height="104">
  60.                 <td width="1" height="104"><spacer type="block" width="1" height="104"></td>
  61.                 <td width="10" height="104"><spacer type="block" width="10" height="104"></td>
  62.                 <td width="59" height="104" colspan="1" rowspan="1" valign="top" align="left" xpos="10">
  63.                     <csactioncntrl type="StaticText" value="Value" x="10" y="33" width="36" height="16" alignx="left" aligny="top">
  64.                 </td>
  65.             </tr>
  66.         </table>
  67.         </p>
  68.         <p> 
  69.     </body>
  70.  
  71. </html>
  72.